home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / scriptdef / Glowing Text.sd < prev    next >
INI File  |  2004-06-28  |  1KB  |  69 lines

  1. [SUBJECT]
  2. Description=Glowing Text Script
  3. ImageIndex=-1
  4. Folder=Text Effects
  5.  
  6.  
  7.  
  8. [HEAD_TEXT]
  9. ;<style>
  10. ;<!--
  11. ;#glowtext{
  12. ;filter:glow(color=#FFFF00,strength=3);
  13. ;width:100%;
  14. ;}
  15. ;-->
  16. ;</style>
  17. ;
  18. ;<script language="JavaScript1.2">
  19. ;
  20. ;/*
  21. ;Glowing Text Script-
  22. ;⌐ Dynamic Drive (www.dynamicdrive.com)
  23. ;For full source code, installation instructions,
  24. ;100's more DHTML scripts, and Terms Of
  25. ;Use, visit dynamicdrive.com
  26. ;*/
  27. ;
  28. ;function glowit(which){
  29. ;if (document.all.glowtext[which].filters[0].strength==3)
  30. ;document.all.glowtext[which].filters[0].strength=2;
  31. ;else
  32. ;document.all.glowtext[which].filters[0].strength=3;
  33. ;}
  34. ;
  35. ;function glowit2(which){
  36. ;if (document.all.glowtext.filters[0].strength==3)
  37. ;document.all.glowtext.filters[0].strength=2;
  38. ;else
  39. ;document.all.glowtext.filters[0].strength=3;
  40. ;}
  41. ;
  42. ;function startglowing(){
  43. ;if (document.all.glowtext&&glowtext.length){
  44. ;for (i=0;i<glowtext.length;i++)
  45. ;eval('setInterval("glowit('+i+')",150)');
  46. ;}
  47. ;else if (glowtext);
  48. ;setInterval("glowit2(0)",150);
  49. ;}
  50. ;
  51. ;if (document.all)
  52. ;window.onload=startglowing;
  53. ;</script>
  54.  
  55.  
  56. [BODY_TEXT]
  57. ;<span id="glowtext">`title`</span>
  58.  
  59.  
  60.  
  61.  
  62.  
  63. [`title`]
  64. Kind=S
  65. Value=This is a glowing text
  66.  
  67.  
  68.  
  69.